org.objectweb.easybeans.tests.common.exception
Class CustomException01

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.NullPointerException
                  extended by org.objectweb.easybeans.tests.common.exception.CustomException01
All Implemented Interfaces:
java.io.Serializable

public class CustomException01
extends java.lang.NullPointerException

Custom exception that extends NullPointerException.

Author:
Eduardo Studzinski Estima de Castro, Gisele Pinheiro Souza
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
          Serial ID.
 
Constructor Summary
CustomException01(java.lang.String msg)
          Default constructor.
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Serial ID.

See Also:
Constant Field Values
Constructor Detail

CustomException01

public CustomException01(java.lang.String msg)
Default constructor.

Parameters:
msg - exception message