Serialized Form
-
Package org.codehaus.plexus.util
-
Class org.codehaus.plexus.util.FastMap
class FastMap extends Object implements Serializable-
Serialization Methods
-
readObject
Requires special handling during de-serialization process.- Parameters:
stream
- the object input stream.- Throws:
IOException
- if an I/O error occurs.ClassNotFoundException
- if the class for the object de-serialized is not found.
-
writeObject
Requires special handling during serialization process.- Parameters:
stream
- the object output stream.- Throws:
IOException
- if an I/O error occurs.
-
-
-
-
Package org.codehaus.plexus.util.cli
-
Exception org.codehaus.plexus.util.cli.CommandLineException
class CommandLineException extends Exception implements Serializable -
Exception org.codehaus.plexus.util.cli.CommandLineTimeOutException
class CommandLineTimeOutException extends CommandLineException implements Serializable
-
-
Package org.codehaus.plexus.util.dag
-
Exception org.codehaus.plexus.util.dag.CycleDetectedException
class CycleDetectedException extends Exception implements Serializable -
Class org.codehaus.plexus.util.dag.DAG
class DAG extends Object implements Serializable -
Class org.codehaus.plexus.util.dag.Vertex
class Vertex extends Object implements Serializable
-
-
Package org.codehaus.plexus.util.introspection
-
Exception org.codehaus.plexus.util.introspection.MethodMap.AmbiguousException
class AmbiguousException extends Exception implements Serializable
-
-
Package org.codehaus.plexus.util.reflection
-
Exception org.codehaus.plexus.util.reflection.ReflectorException
class ReflectorException extends Exception implements Serializable
-
-
Package org.codehaus.plexus.util.xml
-
Exception org.codehaus.plexus.util.xml.XmlReaderException
class XmlReaderException extends IOException implements Serializable -
Exception org.codehaus.plexus.util.xml.XmlStreamReaderException
class XmlStreamReaderException extends XmlReaderException implements Serializable -
Class org.codehaus.plexus.util.xml.Xpp3Dom
class Xpp3Dom extends Object implements Serializable- serialVersionUID:
- 2567894443061173996L
-
-
Package org.codehaus.plexus.util.xml.pull
-
Exception org.codehaus.plexus.util.xml.pull.XmlPullParserException
class XmlPullParserException extends Exception implements Serializable-
Serialized Fields
-
column
int column
-
detail
Throwable detail
Deprecated.use generic getCause() method -
row
int row
-
-
-