Package cern.accsoft.steering.jmad.io
Class MatchOutputParserException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- cern.accsoft.steering.jmad.JMadException
-
- cern.accsoft.steering.jmad.io.MatchOutputParserException
-
- All Implemented Interfaces:
java.io.Serializable
public class MatchOutputParserException extends JMadException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MatchOutputParserException(java.lang.String message)
MatchOutputParserException(java.lang.String message, java.lang.Throwable cause)
MatchOutputParserException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
MatchOutputParserException
public MatchOutputParserException(java.lang.String message, java.lang.Throwable cause)
-
MatchOutputParserException
public MatchOutputParserException(java.lang.Throwable cause)
-
MatchOutputParserException
public MatchOutputParserException(java.lang.String message)
-
-