Can’t Get Parent and Child Categories of Custom Taxonomy to Display

Are you sure you are not using a custom taxonomy in your custom post type?

Taxonomies for Custom Post Types have to use get_terms instead of get_category. More information on get_terms from the WordPress Codex: http://codex.wordpress.org/Function_Reference/get_terms