Package org.soulwing.jdbc.source
Class SQLInputException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.soulwing.jdbc.SQLRuntimeException
-
- org.soulwing.jdbc.source.SQLInputException
-
- All Implemented Interfaces:
Serializable
public class SQLInputException extends SQLRuntimeException
- Author:
- Carl Harris
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SQLInputException.Error
-
Constructor Summary
Constructors Constructor Description SQLInputException()
SQLInputException(int offset, int length, String message)
SQLInputException(String message, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<SQLInputException.Error>
getErrors()
String
getLocalizedMessage()
String
getMessage()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getErrors
public List<SQLInputException.Error> getErrors()
-
getMessage
public String getMessage()
- Overrides:
getMessage
in classThrowable
-
getLocalizedMessage
public String getLocalizedMessage()
- Overrides:
getLocalizedMessage
in classThrowable
-
-