|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.springframework.core.NestedRuntimeException org.springmodules.validation.valang.ValangException
public class ValangException
Constructor Summary | |
---|---|
ValangException(String arg0,
int line,
int column)
|
|
ValangException(String arg0,
Throwable arg1,
int line,
int column)
|
|
ValangException(Throwable t,
int line,
int column)
|
Method Summary | |
---|---|
int |
getColumn()
|
int |
getLine()
|
String |
getMessage()
|
Methods inherited from class org.springframework.core.NestedRuntimeException |
---|
contains, getMostSpecificCause, getRootCause |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ValangException(String arg0, int line, int column)
public ValangException(String arg0, Throwable arg1, int line, int column)
public ValangException(Throwable t, int line, int column)
Method Detail |
---|
public String getMessage()
getMessage
in class NestedRuntimeException
public int getLine()
public int getColumn()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |