org.jamon.codegen
Class EncodingReader.Exception

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.jamon.codegen.EncodingReader.Exception
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
EncodingReader

public static class EncodingReader.Exception
extends java.io.IOException

See Also:
Serialized Form

Constructor Summary
EncodingReader.Exception(java.lang.String p_message, int p_pos)
           
 
Method Summary
 int getPos()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

EncodingReader.Exception

public EncodingReader.Exception(java.lang.String p_message,
                                int p_pos)
Method Detail

getPos

public int getPos()


jamon