org.objectweb.jorm.naming.api
Class PExceptionCoder

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.objectweb.jorm.api.PException
                    |
                    +--org.objectweb.jorm.naming.api.PExceptionCoder
All Implemented Interfaces:
java.io.Serializable

public class PExceptionCoder
extends PException

Generated when a problem arise during PNCStringCoder operations.

Author:
P. D?chamboux
See Also:
Serialized Form

Constructor Summary
PExceptionCoder(java.lang.Exception e, java.lang.String em)
           
PExceptionCoder(java.lang.String em)
           
 
Methods inherited from class org.objectweb.jorm.api.PException
getNestedException, print
 
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

PExceptionCoder

public PExceptionCoder(java.lang.String em)

PExceptionCoder

public PExceptionCoder(java.lang.Exception e,
                       java.lang.String em)