org.joni.exception
Class ValueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.joni.exception.JOniException
                  extended by org.joni.exception.SyntaxException
                      extended by org.joni.exception.ValueException
All Implemented Interfaces:
java.io.Serializable

public class ValueException
extends SyntaxException

See Also:
Serialized Form

Constructor Summary
ValueException(java.lang.String message)
           
ValueException(java.lang.String message, byte[] bytes, int p, int end)
           
ValueException(java.lang.String message, java.lang.String str)
           
 
Method Summary
 
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

ValueException

public ValueException(java.lang.String message)

ValueException

public ValueException(java.lang.String message,
                      java.lang.String str)

ValueException

public ValueException(java.lang.String message,
                      byte[] bytes,
                      int p,
                      int end)


Copyright © 2008. All Rights Reserved.