org.springmodules.validation.valang
Class ValangException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.core.NestedRuntimeException
                  extended by org.springmodules.validation.valang.ValangException
All Implemented Interfaces:
Serializable

public class ValangException
extends NestedRuntimeException

See Also:
Serialized Form

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

ValangException

public ValangException(String arg0,
                       int line,
                       int column)

ValangException

public ValangException(String arg0,
                       Throwable arg1,
                       int line,
                       int column)

ValangException

public ValangException(Throwable t,
                       int line,
                       int column)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class NestedRuntimeException

getLine

public int getLine()

getColumn

public int getColumn()


Copyright © 2009. All Rights Reserved.