net.sf.jack4j
Class JackSimpleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.jack4j.JackException
              extended by net.sf.jack4j.JackSimpleException
All Implemented Interfaces:
java.io.Serializable

public class JackSimpleException
extends JackException

Jack exception that contains integer error code.

Author:
repa
See Also:
Serialized Form

Constructor Summary
JackSimpleException(int errorCode)
           
 
Method Summary
 int getErrorCode()
           
 
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

JackSimpleException

public JackSimpleException(int errorCode)
Method Detail

getErrorCode

public int getErrorCode()


Copyright © 2008 Ondrej Par. All Rights Reserved.