Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.obs.common.accounting.exceptions
Class EntryMalformedException  view EntryMalformedException download EntryMalformedException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.obs.common.shared.templates.GenericException
              extended bycom.obs.common.accounting.exceptions.EntryMalformedException
All Implemented Interfaces:
java.io.Serializable

public class EntryMalformedException
extends com.obs.common.shared.templates.GenericException


Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
 
Fields inherited from class com.obs.common.shared.templates.GenericException
ex, msg
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
EntryMalformedException()
           
 
Methods inherited from class com.obs.common.shared.templates.GenericException
getException, getMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EntryMalformedException

public EntryMalformedException()