com.googlecode.jpattern.service.log.event
Class NullException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.googlecode.jpattern.service.log.event.NullException
All Implemented Interfaces:
Serializable

public class NullException
extends Exception

Author:
Francesco Cina' 09/apr/2010
See Also:
Serialized Form

Constructor Summary
NullException()
           
 
Method Summary
 void printStackTrace(PrintWriter printWriter)
           
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NullException

public NullException()
Method Detail

toString

public String toString()
Overrides:
toString in class Throwable

printStackTrace

public void printStackTrace(PrintWriter printWriter)
Overrides:
printStackTrace in class Throwable


Copyright © 2011. All Rights Reserved.