com.javamagazine.ProcessandoXMLemJava.xml
Class PedidoException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.javamagazine.ProcessandoXMLemJava.xml.PedidoException
- All Implemented Interfaces:
- java.io.Serializable
- public class PedidoException
- extends java.lang.Exception
Indica um documento de pedidos mal-formado, inválido (em relação ao DTD),
ou contendo dados incorretos (em formato ou valor). Pode também indicar
uma falha de sistema, tal como um arquivo corrompido, ou um problema de
configuração afetando o funcionamento da API XML subjacente.
- Author:
- Rogério Liesenfeld
- See Also:
- Serialized Form
| 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 |
PedidoException
public PedidoException()
PedidoException
public PedidoException(java.lang.String message)
PedidoException
public PedidoException(java.lang.String message,
java.lang.Throwable cause)
PedidoException
public PedidoException(java.lang.Throwable cause)